home *** CD-ROM | disk | FTP | other *** search
/ Long Ban 3 / Long Ban 3 - Disc 2.iso / mac / DISK2 / DATA / title.Dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1997-03-22  |  138 b   |  10 lines

  1. on exitFrame
  2.   if the movieRate of sprite 2 <> 0 then
  3.     go(the frame)
  4.   end if
  5. end
  6.  
  7. on mouseUp
  8.   set the movieRate of sprite 2 to 0
  9. end
  10.